The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes 011
LICENSE 33
META.json 515
META.yml 414
Makefile.PL 2143
README 22
dist.ini 23
lib/Dist/Zilla/App/Command/rjbsver.pm 33
lib/Dist/Zilla/PluginBundle/RJBS.pm 511
lib/Pod/Weaver/PluginBundle/RJBS.pm 33
10 files changed (This is a version diff) 48108
@@ -1,5 +1,16 @@
 Revision history for Dist-Zilla-PluginBundle-RJBS
 
+0.100500  2010-02-19 11:40:21 America/New_York
+          @Git must come after NextRelease (thanks, jquelin)
+
+0.100490  2010-02-18 13:20:23 America/New_York
+          include @Git (finally)
+
+0.100310  2010-01-31 15:41:03 America/New_York
+          fix docs (we do not exclude MetaYAML anymore)
+          add AutoPrereq
+          require latest Pod::Weaver
+
 0.093580  2009-12-24 21:29:10 America/New_York
           replace WikiDoc with List
 
@@ -1,4 +1,4 @@
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2009 by Ricardo Signes.
+This software is Copyright (c) 2010 by Ricardo Signes.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2009 by Ricardo Signes.
+This software is Copyright (c) 2010 by Ricardo Signes.
 
 This is free software, licensed under:
 
@@ -1,13 +1,13 @@
 {
    "resources" : {
-      "repository" : "http://github.com/rjbs/dist-zilla-pluginbundle-rjbs"
+      "repository" : "git://git.codesimply.com/Dist-Zilla-PluginBundle-RJBS.git"
    },
+   "generated_by" : "Dist::Zilla version 1.100160",
    "meta-spec" : {
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla version 1.093400",
-   "version" : "0.093580",
+   "version" : "0.100500",
    "name" : "Dist-Zilla-PluginBundle-RJBS",
    "author" : [
       "Ricardo Signes <rjbs@cpan.org>"
@@ -15,11 +15,21 @@
    "license" : "perl",
    "requires" : {
       "Dist::Zilla::Plugin::PodWeaver" : "3.092971",
+      "DateTime" : "0",
       "Pod::Elemental" : "0.092970",
+      "Dist::Zilla::Role::PluginBundle" : "0",
+      "Dist::Zilla::PluginBundle::Filter" : "0",
+      "Pod::Weaver" : "3.100310",
+      "Moose" : "0",
+      "Dist::Zilla::App" : "0",
       "Pod::Elemental::Transformer::List" : "0",
-      "Dist::Zilla" : "1.092990",
+      "Dist::Zilla::Plugin::AutoPrereq" : "1.100130",
+      "ExtUtils::MakeMaker" : "6.11",
       "Dist::Zilla::Plugin::Repository" : "0",
-      "Pod::Weaver" : "3.093530",
+      "Moose::Autobox" : "0",
+      "Test::More" : "0",
+      "Dist::Zilla" : "1.092990",
+      "Dist::Zilla::PluginBundle::Git" : "0",
       "Dist::Zilla::Plugin::TaskWeaver" : "0.093330"
    },
    "abstract" : "BeLike::RJBS when you build your dists"
@@ -2,20 +2,30 @@
 abstract: 'BeLike::RJBS when you build your dists'
 author:
   - 'Ricardo Signes <rjbs@cpan.org>'
-generated_by: 'Dist::Zilla version 1.093400'
+generated_by: 'Dist::Zilla version 1.100160'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Dist-Zilla-PluginBundle-RJBS
 requires:
+  DateTime: 0
   Dist::Zilla: 1.092990
+  Dist::Zilla::App: 0
+  Dist::Zilla::Plugin::AutoPrereq: 1.100130
   Dist::Zilla::Plugin::PodWeaver: 3.092971
   Dist::Zilla::Plugin::Repository: 0
   Dist::Zilla::Plugin::TaskWeaver: 0.093330
+  Dist::Zilla::PluginBundle::Filter: 0
+  Dist::Zilla::PluginBundle::Git: 0
+  Dist::Zilla::Role::PluginBundle: 0
+  ExtUtils::MakeMaker: 6.11
+  Moose: 0
+  Moose::Autobox: 0
   Pod::Elemental: 0.092970
   Pod::Elemental::Transformer::List: 0
-  Pod::Weaver: 3.093530
+  Pod::Weaver: 3.100310
+  Test::More: 0
 resources:
-  repository: http://github.com/rjbs/dist-zilla-pluginbundle-rjbs
-version: 0.093580
+  repository: git://git.codesimply.com/Dist-Zilla-PluginBundle-RJBS.git
+version: 0.100500
@@ -4,25 +4,47 @@ use warnings;
 
 
 
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-  DISTNAME  => 'Dist-Zilla-PluginBundle-RJBS',
-  NAME      => 'Dist::Zilla::PluginBundle::RJBS',
-  AUTHOR    => "Ricardo\ Signes\ \<rjbs\@cpan\.org\>",
-  ABSTRACT  => "BeLike\:\:RJBS\ when\ you\ build\ your\ dists",
-  VERSION   => '0.093580',
-  EXE_FILES => [ qw() ],
-  (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
-  PREREQ_PM    => {
-    "Dist::Zilla::Plugin::PodWeaver" => '3.092971',
-    "Pod::Elemental" => '0.092970',
-    "Pod::Elemental::Transformer::List" => '0',
-    "Dist::Zilla" => '1.092990',
-    "Dist::Zilla::Plugin::Repository" => '0',
-    "Pod::Weaver" => '3.093530',
-    "Dist::Zilla::Plugin::TaskWeaver" => '0.093330',
-  },
-  test => {TESTS => 't/*.t'}
-);
+use ExtUtils::MakeMaker 6.11;
+
+
+
+my %WriteMakefileArgs = (
+                       'test' => {
+                                   'TESTS' => 't/*.t'
+                                 },
+                       'NAME' => 'Dist::Zilla::PluginBundle::RJBS',
+                       'DISTNAME' => 'Dist-Zilla-PluginBundle-RJBS',
+                       'AUTHOR' => 'Ricardo Signes <rjbs@cpan.org>',
+                       'ABSTRACT' => 'BeLike::RJBS when you build your dists',
+                       'EXE_FILES' => [],
+                       'VERSION' => '0.100500',
+                       'LICENSE' => 'perl',
+                       'PREREQ_PM' => {
+                                        'DateTime' => 0,
+                                        'Dist::Zilla::Plugin::PodWeaver' => '3.092971',
+                                        'Pod::Elemental' => '0.092970',
+                                        'Dist::Zilla::Role::PluginBundle' => 0,
+                                        'Dist::Zilla::PluginBundle::Filter' => 0,
+                                        'Pod::Weaver' => '3.100310',
+                                        'Moose' => 0,
+                                        'Dist::Zilla::App' => 0,
+                                        'Pod::Elemental::Transformer::List' => '0',
+                                        'Dist::Zilla::Plugin::AutoPrereq' => '1.100130',
+                                        'ExtUtils::MakeMaker' => '6.11',
+                                        'Dist::Zilla::Plugin::Repository' => '0',
+                                        'Moose::Autobox' => 0,
+                                        'Test::More' => 0,
+                                        'Dist::Zilla' => '1.092990',
+                                        'Dist::Zilla::PluginBundle::Git' => 0,
+                                        'Dist::Zilla::Plugin::TaskWeaver' => '0.093330'
+                                      }
+                     );
+
+
+delete $WriteMakefileArgs{LICENSE}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
 
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution Dist-Zilla-PluginBundle-RJBS, version
-0.093580:
+0.100500:
 
   BeLike::RJBS when you build your dists
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -8,8 +8,9 @@ copyright_holder = Ricardo Signes
 [Prereq]
 Dist::Zilla    = 1.092990 ; new-style bundle expansion
 Pod::Elemental = 0.092970
-Pod::Weaver    = 3.093530 ; -Transformer
-Dist::Zilla::Plugin::PodWeaver = 3.092971
+Pod::Weaver    = 3.100310 ; =func, compat fixes
+Dist::Zilla::Plugin::AutoPrereq = 1.100130 ; catch base.pm and parent.pm
+Dist::Zilla::Plugin::PodWeaver  = 3.092971
 Dist::Zilla::Plugin::Repository = 0
 Dist::Zilla::Plugin::TaskWeaver = 0.093330
 Pod::Elemental::Transformer::List = 0
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 package Dist::Zilla::App::Command::rjbsver;
-our $VERSION = '0.093580';
+our $VERSION = '0.100500';
 # ABSTRACT: see what the mantissa for an rjbs-style version is today
 use Dist::Zilla::App -command;
 
@@ -27,7 +27,7 @@ Dist::Zilla::App::Command::rjbsver - see what the mantissa for an rjbs-style ver
 
 =head1 VERSION
 
-version 0.093580
+version 0.100500
 
 =head1 AUTHOR
 
@@ -35,7 +35,7 @@ version 0.093580
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -1,5 +1,5 @@
 package Dist::Zilla::PluginBundle::RJBS;
-our $VERSION = '0.093580';
+our $VERSION = '0.100500';
 # ABSTRACT: BeLike::RJBS when you build your dists
 
 use Moose;
@@ -8,6 +8,7 @@ with 'Dist::Zilla::Role::PluginBundle';
 
 
 use Dist::Zilla::PluginBundle::Filter;
+use Dist::Zilla::PluginBundle::Git;
 
 sub bundle_config {
   my ($self, $section) = @_;
@@ -41,6 +42,7 @@ sub bundle_config {
   my $prefix = 'Dist::Zilla::Plugin::';
   my @extra = map {[ "$class/$prefix$_->[0]" => "$prefix$_->[0]" => $_->[1] ]}
   (
+    [ AutoPrereq  => {} ],
     [
       AutoVersion => {
         major     => $major_version,
@@ -56,7 +58,12 @@ sub bundle_config {
 
   push @plugins, @extra;
 
-  eval "require $_->[1]" or die for @plugins; ## no critic Carp
+  push @plugins, Dist::Zilla::PluginBundle::Git->bundle_config({
+    name    => "$class/Git",
+    payload => {
+      tag_format => '%v',
+    },
+  });
 
   return @plugins;
 }
@@ -74,7 +81,7 @@ Dist::Zilla::PluginBundle::RJBS - BeLike::RJBS when you build your dists
 
 =head1 VERSION
 
-version 0.093580
+version 0.100500
 
 =head1 DESCRIPTION
 
@@ -83,7 +90,6 @@ This is the plugin bundle that RJBS uses.  It is equivalent to:
   [@Filter]
   bundle = @Classic
   remove = PodVersion
-  remove = MetaYAML
 
   [AutoVersion]
   [MetaJSON]
@@ -97,7 +103,7 @@ This is the plugin bundle that RJBS uses.  It is equivalent to:
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 package Pod::Weaver::PluginBundle::RJBS;
-our $VERSION = '0.093580';
+our $VERSION = '0.100500';
 # ABSTRACT: RJBS's default Pod::Weaver config
 
 
@@ -25,7 +25,7 @@ Pod::Weaver::PluginBundle::RJBS - RJBS's default Pod::Weaver config
 
 =head1 VERSION
 
-version 0.093580
+version 0.100500
 
 =head1 OVERVIEW
 
@@ -49,7 +49,7 @@ C<-Transformer> with L<Pod::Elemental::Transformer::List>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2009 by Ricardo Signes.
+This software is copyright (c) 2010 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.